home *** CD-ROM | disk | FTP | other *** search
/ Fifth Dimension / Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso / inst / gcsact.exe / CETEXT.TXT < prev    next >
Text File  |  1995-01-09  |  16KB  |  256 lines

  1.  
  2.  
  3.  unerr1           1       /* unknown error */
  4.  div21serr        2       /* unwanted sign in div21 */
  5.  div21oerr        3       /*  overflow in div21 */
  6.  bmrrngerr        4       /* dynamic range error in bmrender */
  7.  zbmlcfl          5       /* malloc fail for zbuf init */
  8.  zbnormerr        6       /* zbuf pointer unnormalizable  */
  9.  objmemmalerr     7       /* objmem malloc fail */
  10.  clmemmalerr      8       /* class list malloc fail */
  11.  objdferr         9       /* error in objdefs.txt file */
  12.  illspcnum       10       /* illegal species number */
  13.  typeallocerr    11       /* malloc failed for type allocation */
  14.  badspc          12       /* bad species number in univ.txt file */
  15.  badtyp          13       /* bad type number in univ.txt file */
  16.  objnfreer       14       /* attempt to create over non-free obj */
  17.  badcorder       15       /* bad coord number in univ.txt file */
  18.  unexpspn        16       /* unexpected species in drawdeadwall */
  19.  sptunk          17       /* weird type for drawkind */
  20.  nobkgrnderr     18       /* no background file found */
  21.  toomanyholes    19       /* too many holes in a bmplane pic */
  22.  bmtoobig        20       /* bitmap is too big for hole anal */
  23.  merrhole        21       /* mem alloc fail during hole alloc */
  24.  ssunx           22       /* expected species type 3 for symsegread */
  25.  errnseq         23       /* too many frames in symsequence */
  26.  objdfnf         24       /* objdefs.txt file not found */
  27.  univfnf         25       /* univ.txt file not found */
  28.  sseqfnf         26       /* <symseq>.txt file not found */
  29.  ssbadspc        27       /* bad species number in <symseq>.txt file */
  30.  ssbadfrmn       28       /* bad framecode number in <sysseq>.txt file */
  31.  ssbadtyp        29       /* bad type number in <sysseq>.txt file */
  32.  ssmem           30       /* mem alloc fail in seqread */
  33.  unxdss          31       /*  unexpected species type in drawsymseg */
  34.  dssfrm          32       /* unknown frame code found in ssdraw */
  35.  ssdbadtyp       33       /* bad sym type number in ssdraw routine */
  36.  dssnbad         34       /* calling for illegal symseqdata element */
  37.  ernofrm         35       /* symseq creation with 0 frames */
  38.  ernoterm        36       /* last frame code must be 2 */
  39.  rssfrm          37       /* unknown frame code found in ssrun data */
  40.  rssdbadtyp      38       /* bad sym type number in ssdraw routine */
  41.  objmemexh       39       /* object memory exhausted */
  42.  plyunx          40       /* expected species type 4 for poly in read */
  43.  msngplyparm     41       /* a param in objdefs.txt file bad or missing*/
  44.  plynsides       42       /* too many or too few sides specified in ply*/
  45.  plymem          43       /* mem alloc fail in plyread */
  46.  unxdply         44       /*  unexpected species type in drawpoly */
  47.  badwcorder      45       /* bad start coord number in univ.txt file */
  48.  badwscorder     46       /* bad window size value in univ.txt file */
  49.  pwnum           47       /* bad species number in readpolywall */
  50.  rpwmem          48       /* alloc fail during polywall read */
  51.  palramerr       49       /* alloc fail during palette malloc */
  52.  copytbadtype    50       /* copycat's victim type no out of range */
  53.  bmrmfail        51       /* malloc fail in bmreadfile */
  54.  cbmrmfail       52       /* copycat malloc fail in bmreadfile */
  55.  flunx           53       /* expected species type 3 for fluidread */
  56.  ernfluid        54       /* too many frames in fluidsequence */
  57.  fluidfnf        55       /* <fluidseq>.txt file not found */
  58.  flbadcoord      56       /* bad coord number in <fluid>.txt file */
  59.  flbadspc        57       /* bad species number in <fluid>.txt file */
  60.  flbadtyp        58       /* bad type number in <fluid>.txt file */
  61.  flmem           59       /* mem alloc fail in fluidread */
  62.  unxdfl          60       /*  unexpected species type in drawfluidseg */
  63.  dflfrm          61       /* unknown frame code found in fluiddraw */
  64.  fldbadtyp       62       /* bad fluid type number in fluiddraw routine */
  65.  dflnbad         63       /* calling for illegal fluidseqdata element */
  66.  dflspcbad       64       /* species number bad in draw fluid */
  67.  dflstybad       65       /* bad type number to draw fluid */
  68.  flunexpspn      66       /* unexpected species at fluid draw */
  69.  slunx           67       /* expected species type 3 for solidsegread */
  70.  ernsolid        68       /* too many frames in solidsequence */
  71.  solidfnf        69       /* <solid>.txt file not found */
  72.  slbadtyp        70       /* bad type number in <solid>.txt file */
  73.  slmem           71       /* mem alloc fail in solidread */
  74.  unxdsl          72       /*  unexpected species type in drawsolidseg */
  75.  unknowner       73       /* bad solid type number in soliddraw routine */
  76.  dslnbad         74       /* calling for illegal solidseqdata element */
  77.  dslspcbad       75       /* species number bad in draw solid */
  78.  dslstybad       76       /* bad type number to draw solid */
  79.  slunexpspn      77       /* unexpected species at solid draw */
  80.  bfmemfail       78       /* stack alloca fail for mask bitmap */
  81.  nobdrop         79       /* backdrop.vga not found */
  82.  mdatamf         80       /* malloc fail during mdata init */
  83.  objtomdiv       81       /* divide by zero in objtomdata */
  84.  pygerrmem       82       /* malloc failure in pygmyinit */
  85.  pygerrinit      83       /* pygmy failed init */
  86.  pfontmf         84       /* malloc fail during pfont init */
  87.  pfontfnf        85       /* pfont.dat file not found */
  88.  memhanderr      86       /* malloc fail in handle array alloc */
  89.  handledup       87       /* duplicate handle name defined */
  90.  handlechk       88       /*  handle name differnt on pass 2 */
  91.  ernopchkf       89       /* No p.chk file found */
  92.  ppalnf          90       /* No p.pal file found */
  93.  horange         91       /* handle out of range */
  94.  dwbmnf          92       /* bitmap file not found */
  95.  erdapl          93       /* direct drawing of applique attempted */
  96.  saplunx         94       /* wrong spnum in readapl */
  97.  aplfnf          95       /* apl file not found */
  98.  aplbadf         96       /* bad stuff in apl file */
  99.  nomusic         97       /* bad 4 numbers in apl file */
  100.  aplmfail        98       /* malloc fail in alpread */
  101.  apldbad         99       /* bad number in apl file data (strt&len) */
  102.  aplddbad       100       /* bad number in apl file data (data) */
  103.  apsetfnf       101       /* apset file not found */
  104.  badapnum       102       /* bad applique # in apset file */
  105.  ernapset       103       /* illegal # of appliques in apset */
  106.  apsterm        104       /* no terminating -1 in apset file */
  107.  apsmem         105       /* malloc fail in apset */
  108.  sapsetunx      106       /* bad species in readapset */
  109.  badaphand      107       /* bad appl. handle in univ.txt */
  110.  badapshand     108       /* bad apset handle in univ.txt */
  111.  ernsolidf      109       /* too many frames defined in solid */
  112.  slapunx        110       /* bad spnum in readsolidap */
  113.  solidapfnf     111       /* solidap text file not found */
  114.  slapbadtyp     112       /* solidap bad handle in text file */
  115.  vertfail       113       /* no vertical retrace found */
  116.  pygloadfail    114       /* pygmy load file not found */
  117.  nopyg          115       /* No fload file name */
  118.  htbufbig       116       /* to many holes in shaped bitmap */
  119.  ptraor         117       /* pointer assignment out of range */
  120.  ptrblknf       118       /* allocated block not found */
  121.  ptrasser       119       /* too many ptr assigns to follow */
  122.  optrseg        120       /* species and optrblk don't match */
  123.  douboptrm      121       /* attempt to malloc optr twice */
  124.  cncofile       122       /* could not create output blk file */
  125.  badccode       123       /* fileblk has bad code */
  126.  mxhandwr       124       /* handles not right size in file */
  127.  nmblksbad      125       /* nmemblks not valid from blk file */
  128.  badptrass      126       /* bad block number for ptr assign */
  129.  rhandre        127       /* read handles has failed */
  130.  handme         128       /* malloc fail during handles malloc */
  131.  frnofus        129       /* nofus for object is bad */
  132.  ubopen         130       /* binary universe file open error */
  133.  ubread         131       /* binary universe file read error */
  134.  badzcorder     132       /* bad z coord value in univ Z param */
  135.  thtfnf         133       /* theaters.txt file not found */
  136.  badent         134       /* Bad entry number in theaters.txt file */
  137.  dupentnum      135       /* duplicate entry found in theaters.txt */
  138.  badobjn        136       /* bad object number in tht file */
  139.  badunivn       137       /* bad univ file number in tht file */
  140.  badthtcrd      138       /* bad or missing xy or z coord in tht file */
  141.  tnumnf         139       /* cant find entry in theaters */
  142.  joycerr        140       /* joystick centering errror */
  143.  nojoy          141       /* no joystick, where one was specified */
  144.  erentnf        142       /* Starting entry # not found in theater */
  145.  flxfrmer       143       /* fluid attempt to xfrm to nonexit fluid */
  146.  mfluidhan      144       /* error in reading fluid file, handle msng */
  147.  gtn2           145       /* grenade bit set in object of species!=2 */
  148.  ctmcbound      146       /* ctmc caught value out of bounds */
  149.  badflhand      147       /* bad handle in explosion # specification */
  150.  badpnum        148       /* bad pnum in pickup type hand spec  */
  151.  badphandl      149       /* bad ptype handle numbher */
  152.  mxpickwr       150       /* bad number of pickups in .bin file */
  153.  inumobnd       151       /* bad arg to newinv */
  154.  pickpupnf      152       /* no entry in pickuptypes for inum */
  155.  invpnull       153       /* null invnumptr in newinv function */
  156.  iblknfree      154       /* inventory block cannot free error */
  157.  doorkbnd       155       /* door key value of out bounds */
  158.  runcoob        156       /* bad runcode in basefunct */
  159.  illurcode      157       /* bad usecode in pickup/drop object */
  160.  rllurcode      158       /* bad usecode in run object */
  161.  explerr        159       /* handle number 3610 must be explosion fluid */
  162.  vszmsng        160       /* vertical size number missing in objdef */
  163.  hszmsng        161       /* horizontal size number missing in objdef */
  164.  unexpspndr     162       /* dodoor found unexpected species type */
  165.  unexistr       163       /* tried to print non-existant string */
  166.  fdbmpfnf       164       /* file not found or read file in filedrwbmp */
  167.  errpter        165       /* error in sound or xtended memory */
  168.  req386         166       /* 386 cpu required */
  169.  bmaphoob       167       /* bmap drawfunction #hpts out of bounds */
  170.  bmapvoob       168       /* bmap drawfunction #vpts out of bounds */
  171.  errfats        169       /* vgafiles.toc or vgafiles.fat not found */
  172.  fatserr        170       /* read error or loused up fats file */
  173.  nopygmem       171       /* no pygmy memory available at present time */
  174.  extmalfail     172       /* malloc failed for compression memory */
  175.  nocwd          173       /* no current path found */
  176.  cncdir         174       /* subdirectory not found */
  177.  erdiskspc      175       /* not enough free disk space to run game */
  178.  erfrmv         176       /* univ?.bin file exists but can't be removed */
  179.  statefbad      177       /* bad or messed up state.bin file */
  180.  stateopen      178       /* can't open state file */
  181.  diagferr       179       /* diag file error */
  182.  erpcmd         180       /* can't remove p.cmd file */
  183.  erstdout       181       /* cant redirect text output to p.out */
  184.  erstrip        182       /* strip size not 1280 wide */
  185.  dsbmer         183       /* bitmap too big for inventory drawing */
  186.  fhshrink       184       /* shrunken block changed pointers on us! */
  187.  ermouse        185       /* mouse requested but none found */
  188.  bdamsz         186       /* bad size in damage artwork */
  189.  idambe         187       /* idam bad value */
  190.  objmfnf        188       /* memblkfile not found (objdef?.dat) */
  191.  pygbiner       189       /* error in pygmy part of univ?.bin file */
  192.  badheap        190       /* heap corrupted */
  193.  nopygmyp       191       /* pygmyptr is null in bfindholes */
  194.  ertime         192       /* program is past date of expiration date */
  195.  gflspcbad      193       /* species number bad in draw gun */
  196.  gflstybad      194       /* bad type number to draw gun */
  197.  baddmachn      195       /* bad dma channel specifed in command line */
  198.  ersndnf        196       /* digitized sound never finished playing */
  199.  pnocomp        197       /* no compile with with stripped version p.exe */
  200.  pdimsng        198       /* pygmy.dat file is missing from subdir */
  201.  memsize        199       /* not enough ram at run time */
  202.  errnscrn       200       /* no scrn.dat file found */
  203.  emszbuf        201       /* ems zbuf error */
  204.  pygchkerr      202       /* pygmy checksum error */
  205.  unexpspp       203       /* unexpected species in prepdeadwall val=sp */
  206.  unexpspf       204       /* unexpected species in prepfluid val=sp */
  207.  badfltype      205       /* bad fluid type in fluidbump code */
  208.  weirdptr       206       /* pointer doesn't have an offset of 4 */
  209.  memvfail       207       /* malloc fail in initvert() */
  210.  badvert        208       /* bad vertex number in object data */
  211.  vertbig        209       /* bad vertex number in object data */
  212.  mctoobig       210       /* memchnk alloc size too big. (size) */
  213.  xmemerr        211       /* no ems or xms available */
  214.  nmemcerr       212       /* too many memchnks  ( nmemchnks ) */
  215.  emspgerr       213       /* ems page mapping error (hand,eerr)*/
  216.  xmspgerr       214       /* xms page map error (hand,xerr) */
  217.  emsferr        215       /* ems free error (hand,eerr) */
  218.  xmsferr        216       /* xms free error (hand,xerr) */
  219.  mcmper         217       /* error in mapping of weapon ram */
  220.  mcwper         218       /* error in writing of weapon ram */
  221.  imemcerr       219       /* initialization err of memchnks (nmemchnk) */
  222.  memcbeff       220       /* malloc file in initmemchnk */
  223.  ddmcrm         221       /* memchnk remap after mdata failed */
  224.  mcwrdf         222       /* mdata write fail in dodoor() */
  225.  robodmf        223       /* malloc fail for robodataptr */
  226.  pygicon        224       /* pygmy inconsistent block type */
  227.  pygmapfl       225       /* mcmap failure in pygmywrite/read */
  228.  pygmcwrt       226       /* mcwrite fail in pygmywrite */
  229.  pygmchi        227       /* unexpected emtype in pygmy memchnk */
  230.  pygemsfail     228       /* ems pygmy alloc failing with z option */
  231.  pgyck          229       /* pygmy fails checksum */
  232.  prmwc          230       /* temp mcwrite failed in readpygmy */
  233.  prmrc          231       /* reading or freeing failed in readpygmy */
  234.  deamcf         232       /* mcfree error in deallocation of memblks */
  235.  pygnomtch      233       /* universe loaded pygmy fails chksum */
  236.  transtmf       234       /* malloc fail in transtable malloc */
  237.  sldpbadtyp     235       /* bad solid type number in prepsolid routine */
  238.  sldbadtyp      236       /* solid bad type, but should be nice */
  239.  rmemblkmf      237       /* malloc fail during readmemblk */
  240.  mylbadspc      238       /* bad species in mylineofsight, val=species */
  241.  qxybadspc      239       /* bad species in qxywall, val=species */
  242.  failcrng       240       /* fail code out of range */
  243.  membfe         241       /* write failed for memblks.tmp */
  244.  pcpthmsg       242       /* specified path no good in pc.exe */
  245.  pcdfobn        243       /* different objdef numbers for same level */
  246.  pcobconf       244       /* confused about objdef value in pc.exe */
  247.  pcspwnerr      245       /* pc.exe cannot spawn properly */
  248.  badweapval     246       /* bad or missing value in weapons.txt file */
  249.  pcopenfl       247       /* cannot open file in pc.exe */
  250.  namepoe        248       /* name prot file non openable */
  251.  badpval        249       /* Bad numerical value in readouts.txt */
  252.  pickupfnf      250       /* cannot open pickup.txt file in subdir */
  253.  badwritepth    251       /* writepath n<path> path no good */
  254.  
  255.  
  256.